MikroTik API Management System

🔹 Step 1: Upload Files
Installation Guide
Follow the steps below to install the system properly.

🔹 Step 2: Extract Files
Unzip mikrotik.zip.
Make sure all files are extracted directly into the root directory.


🔹 Step 3: Create Database
1. Open phpMyAdmin
2. Create a new database:
Database Name: api_mikrotik
3. Create a database user (optional but recommended):
Username: api_mikrotik
Host: localhost
Password: your_password
4. Assign the user to the database with All Privileges.

🔹 Step 4: Import Database File
1. Open the database api_mikrotik
2. Click Import
3. Upload the file: api_mikrotik.sql
4. Click Go to import.

🔹 Step 5: Configure Database Connection on php file
Open the configuration file (example=config.php):
Update your database details:

1. root/config.php
// Database PHPNuxBill
$db_host	    = "localhost";
$db_user      = "api_mikrotik";
$db_pass	    = "56112291229";
$db_name	    = "api_mikrotik";

2. Save the file.

🔹 Step 6: Access Admin Panel
Open your browser and visit:

http://yourdomain.com/admin
or
http://example.com/admin


🚀 Features
MikroTik Router API integration
User management
Bandwidth control
Hotspot management
Router monitoring
Admin dashboard